home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / misc / appletb / factory.exe / 0 / RCDATA / THELPWINDOW / THELPWINDOW.txt
Text File  |  1997-05-07  |  11KB  |  338 lines

  1. object HelpWindow: THelpWindow
  2.   Left = 217
  3.   Top = 134
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Applet Button Factory Help'
  7.   ClientHeight = 337
  8.   ClientWidth = 432
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl1: TPageControl
  17.     Left = 8
  18.     Top = 8
  19.     Width = 417
  20.     Height = 289
  21.     ActivePage = TabSheet1
  22.     TabOrder = 0
  23.     object TabSheet1: TTabSheet
  24.       Caption = 'Overview'
  25.       object RichEdit1: TRichEdit
  26.         Left = 8
  27.         Top = 16
  28.         Width = 393
  29.         Height = 241
  30.         Font.Color = clBlack
  31.         Font.Height = -11
  32.         Font.Name = 'MS Sans Serif'
  33.         Font.Style = []
  34.         HideScrollBars = False
  35.         Lines.Strings = (
  36.           'What this program does...'
  37.           ''
  38.           
  39.             'The Applet Button Factory creates java applet buttons for web pa' +
  40.             'ges without '
  41.           'the user needing to write any java or HTML code.'
  42.           ''
  43.           'Applets require three things to run:'
  44.           ''
  45.           
  46.             '1) The file "button.class" To avoid any problems always put it i' +
  47.             'n this file in the '
  48.           '     same directory as the HTML file with the applet.'
  49.           ''
  50.           
  51.             '2) An HTML page with the code for the applet. This code is what ' +
  52.             'the Applet '
  53.           
  54.             '    Button Factory creates- it creates it in a HTML file (the na' +
  55.             'me of this file is'
  56.           
  57.             '    specified in the "Page Title" text box in the main window) a' +
  58.             'nd HTML on the '
  59.           
  60.             '    "HTML" tab of the main Applet Button Factory window. You can' +
  61.             ' either '
  62.           
  63.             '    copy this code or build your web page around the HTML file g' +
  64.             'enerated by '
  65.           '    this program.'
  66.           ''
  67.           
  68.             '3) All images must also be in the same directory as the HTML fil' +
  69.             'e and '
  70.           
  71.             '   "button.class". When creating an applet you should copy all o' +
  72.             'f the images'
  73.           
  74.             '     you will use into the same directory as the Applet Button F' +
  75.             'actory or they will'
  76.           '    not show up when you test an applet. '
  77.           ''
  78.           '')
  79.         ParentFont = False
  80.         ReadOnly = True
  81.         ScrollBars = ssVertical
  82.         TabOrder = 0
  83.       end
  84.     end
  85.     object TabSheet2: TTabSheet
  86.       Caption = 'General'
  87.       object RichEdit2: TRichEdit
  88.         Left = 8
  89.         Top = 16
  90.         Width = 393
  91.         Height = 233
  92.         HideScrollBars = False
  93.         Lines.Strings = (
  94.           
  95.             'The following are definitions for the controls on the "General" ' +
  96.             'tab of this '
  97.           'program.'
  98.           ''
  99.           '1) Button Width'
  100.           
  101.             '              This specifies the width of the buttons used in th' +
  102.             'e applet.'
  103.           ''
  104.           '2) Button Height'
  105.           
  106.             '               This specifies the height of the buttons used in ' +
  107.             'the applet.'
  108.           ''
  109.           '3) Page Title'
  110.           
  111.             '               This program creates a HTML file whenever an appl' +
  112.             'et is created.'
  113.           '               This is the name the HTML file is saved as.'
  114.           ''
  115.           '4) Align Applet'
  116.           
  117.             '               This will align the applet either left, right or ' +
  118.             'center on  the HTML  '
  119.           '               page.'
  120.           ''
  121.           '5)Border Thickness'
  122.           
  123.             '                Every button can have a border. This field speci' +
  124.             'fies the width of the '
  125.           '                border in pixels. '
  126.           ''
  127.           '6) Border Color Change'
  128.           
  129.             '               This changes how much lighter each border layer w' +
  130.             'ill be than the '
  131.           
  132.             '               last. The border becomes lighter as it is gets cl' +
  133.             'oser to the center of '
  134.           
  135.             '               the button. The border color is changed by pressi' +
  136.             'ng the "Color" '
  137.           
  138.             '               button. This also changes the main color for the ' +
  139.             'button.'
  140.           ''
  141.           '7) Button Down When Clicked'
  142.           
  143.             '               Clicking this makes the button only go into the p' +
  144.             'ressed position when '
  145.           '               the mouse is clicked over it. '
  146.           ''
  147.           '8) Button Down When Mouse Moves '
  148.           
  149.             '               This makes the button go into the pressed positio' +
  150.             'n whenever the'
  151.           
  152.             '               mouse moves over it but will not link to a site u' +
  153.             'ntil the button is '
  154.           '               clicked.'
  155.           ''
  156.           '9) Spacing'
  157.           
  158.             '               This changes the spacing between the button borde' +
  159.             'r, images, and '
  160.           
  161.             '               text displayed. Example- Setting this to 1 will m' +
  162.             'ake the image and text'
  163.           
  164.             '               displayed on a button appear very close together.' +
  165.             '.. Setting it to 4 will '
  166.           
  167.             '               spread the image and text out further over the wi' +
  168.             'dth of the button.'
  169.           ''
  170.           '10) Color '
  171.           
  172.             '               This changes the main color of the button. The bo' +
  173.             'rder color is also '
  174.           '               changed with this button.'
  175.           ''
  176.           '11) Number of Buttons'
  177.           
  178.             '               This specifies the number of buttons the applet w' +
  179.             'ill have.'
  180.           ''
  181.           '12) Button Alignment'
  182.           
  183.             '               Setting this to vertical aligns all of the button' +
  184.             's vertically. Setting it to '
  185.           '               horizontal aligns them left to right.'
  186.           ''
  187.           '')
  188.         ReadOnly = True
  189.         ScrollBars = ssVertical
  190.         TabOrder = 0
  191.       end
  192.     end
  193.     object TabSheet3: TTabSheet
  194.       Caption = 'Text'
  195.       object RichEdit3: TRichEdit
  196.         Left = 8
  197.         Top = 16
  198.         Width = 393
  199.         Height = 233
  200.         HideScrollBars = False
  201.         Lines.Strings = (
  202.           
  203.             'The following are definitions for the controls on the "Text" tab' +
  204.             ' of this program.'
  205.           ''
  206.           '1) Font'
  207.           '             This sets the font for the buttons.'
  208.           ''
  209.           '2) Font Size'
  210.           '             This sets the size of the font used in the buttons.'
  211.           ''
  212.           '3) Plain, Bold, Italic'
  213.           '             These specifies the style of the font.'
  214.           ''
  215.           '4) Font Color'
  216.           
  217.             '             This sets the color of the font used for the button' +
  218.             '.'
  219.           ''
  220.           '5) Font Click Color'
  221.           
  222.             '             This is the color the font changes to when the mous' +
  223.             'e moves over it'
  224.           '             or the button is clicked.'
  225.           ''
  226.           '6) Align Text- Left, Right or Center'
  227.           
  228.             '             This sets where on the button the text and image wi' +
  229.             'll appear. Setting'
  230.           
  231.             '             this to left will make the image appear far left on' +
  232.             ' the button and the '
  233.           
  234.             '             text to the right of it. Setting it to right makes ' +
  235.             'the image appear on the '
  236.           
  237.             '             far right and the text to left of it. Setting it to' +
  238.             ' center makes both the '
  239.           '             text and image appear in the center of the button.'
  240.           ''
  241.           '7) "Last" and "Next" buttons'
  242.           
  243.             '             If you are making an applet with more than one butt' +
  244.             'on these buttons'
  245.           
  246.             '             will change which buttons'#39' "link", "label" and "but' +
  247.             'ton image" are '
  248.           '             displayed in the text fields below.'
  249.           ''
  250.           '8) Button Link'
  251.           
  252.             '             This sets where you want the button to link to when' +
  253.             ' clicked. You must'
  254.           '              use the full path to the site- '
  255.           '              Example- http://www.siliconjoy.com/index.html'
  256.           '              NOT- www.siliconjoy.com'
  257.           ''
  258.           '9) Button Label'
  259.           '              This sets the text displayed in the button.'
  260.           ''
  261.           '10) Button Image'
  262.           
  263.             '              This specifies the path to the image used in the a' +
  264.             'pplet. When you put '
  265.           
  266.             '              the applet on the net all of the images must be on' +
  267.             ' the same server '
  268.           '              as the applet.'
  269.           '               '
  270.           
  271.             '               If you don'#39't want the background of an image to s' +
  272.             'how up use a .gif'
  273.           
  274.             '               image and set the clear color to the color you do' +
  275.             'n'#39't want to show. ')
  276.         ReadOnly = True
  277.         ScrollBars = ssVertical
  278.         TabOrder = 0
  279.       end
  280.     end
  281.     object TabSheet4: TTabSheet
  282.       Caption = 'Misc'
  283.       object RichEdit4: TRichEdit
  284.         Left = 8
  285.         Top = 16
  286.         Width = 393
  287.         Height = 241
  288.         Font.Color = clBlack
  289.         Font.Height = -11
  290.         Font.Name = 'MS Sans Serif'
  291.         Font.Style = []
  292.         HideScrollBars = False
  293.         Lines.Strings = (
  294.           
  295.             '1) When you press "Make HTML" the Button Factory creates the HTM' +
  296.             'L as'
  297.           
  298.             '     a file on the hard drive and text on the "HTML" tab of this' +
  299.             ' program.  '
  300.           ''
  301.           
  302.             '2) When you press "Test Applet" the Button Factory creates the H' +
  303.             'TML as'
  304.           
  305.             '     a file on the hard drive and text on the "HTML" tab of this' +
  306.             ' program. It '
  307.           '     then launches the HTML file in you default web browser. '
  308.           '     ___________________________________________________________'
  309.           '   '
  310.           '     IF YOU EXPERIENCE PROBLEMS AFTER PRESSING "TEST APPLET"'
  311.           '     TRY THIS: THE FIRST TIME YOU RUN AN APPLET PRESS "TEST '
  312.           '     APPLET" AFTER THAT WHEN YOU WANT TO TEST AN APPLET'
  313.           '     DON'#39'T PRESS "TEST APPLET" PRESS "MAKE HTML" AND THEN'
  314.           '     "RELOAD ON YOUR WEB BORWSER.'
  315.           '    ___________________________________________________________'
  316.           ''
  317.           
  318.             '3) When you press "Reset All" it clears all of the values you ha' +
  319.             've entered'
  320.           '    for your applet and sets them to default values.')
  321.         ParentFont = False
  322.         ReadOnly = True
  323.         ScrollBars = ssVertical
  324.         TabOrder = 0
  325.       end
  326.     end
  327.   end
  328.   object Button1: TButton
  329.     Left = 176
  330.     Top = 304
  331.     Width = 75
  332.     Height = 25
  333.     Caption = '&Close'
  334.     TabOrder = 1
  335.     OnClick = Button1Click
  336.   end
  337. end
  338.